home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / Reuse / ReusableComponentsEx / AlertPanel.wo / Description.plist < prev   
Encoding:
Text File  |  1996-03-09  |  1.0 KB  |  59 lines

  1. {
  2. componentName = "AlertPanel";
  3.  
  4. authors = (
  5.     {
  6.     author = "Charles Lloyd";
  7.     email = "clloyd@next.com";
  8.     image = "http://www.next.com/~clloyd/clloyd.gif";
  9.     }
  10. );
  11.  
  12. description = 
  13. "The AlertPanel provides a standardized way to present error messages to the user.";
  14.  
  15.  
  16. parameters = (
  17.  
  18. "alertString",
  19. "The string that's displayed at the top of the panel. Default is \"Alert!\"",
  20.  
  21.  
  22. "alertFontColor",
  23. "The color of the alertString. Default is #ff0000.",
  24.  
  25.  
  26. "alertFontSize",
  27. "The size of the alertString. Default is 6.",
  28.  
  29.  
  30. "infoString",
  31. "The user's error message. Default is \"User should provide an infoString\".",
  32.  
  33.  
  34. "infoFontColor",
  35. "The color of infoString. Default is #ff0000.",
  36.  
  37.  
  38. "infoFontSize",
  39. "The size of infoString. Default is 4.",
  40.  
  41.  
  42. "borderSize",
  43. "The table's boder size. Default is 2.",
  44.  
  45.  
  46. "tableWidth",
  47. "The table's width. Default is 33%. May either be in percent or in pixels."
  48. );
  49.  
  50. currentVersion = "1.0";
  51.  
  52. releaseDate = "March 4, 1996";
  53.  
  54. supportPolicy = "ExampleCode: Unsupported";
  55.  
  56. distributionPolicy = "You may freely distribute this code.";
  57.  
  58. }
  59.